home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / CALENDAR.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-06-29  |  2KB  |  121 lines

  1. object Form3: TForm3
  2.   Left = 226
  3.   Top = 318
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Label'
  6.   ClientHeight = 103
  7.   ClientWidth = 402
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PopupMenu = PopupMenu1
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Month: TLabel
  19.     Left = 8
  20.     Top = 11
  21.     Width = 30
  22.     Height = 13
  23.     Caption = 'Month'
  24.   end
  25.   object Year: TLabel
  26.     Left = 312
  27.     Top = 11
  28.     Width = 22
  29.     Height = 13
  30.     Caption = 'Year'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 208
  34.     Top = 11
  35.     Width = 19
  36.     Height = 13
  37.     Caption = 'Day'
  38.   end
  39.   object Label2: TLabel
  40.     Left = 8
  41.     Top = 42
  42.     Width = 49
  43.     Height = 13
  44.     Caption = 'Label text:'
  45.   end
  46.   object cmonth: TComboBox
  47.     Left = 48
  48.     Top = 8
  49.     Width = 145
  50.     Height = 21
  51.     ItemHeight = 13
  52.     TabOrder = 0
  53.     OnChange = cmonthChange
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 344
  57.     Top = 8
  58.     Width = 41
  59.     Height = 21
  60.     TabOrder = 1
  61.     Text = '1997'
  62.     OnChange = cmonthChange
  63.   end
  64.   object UpDown1: TUpDown
  65.     Left = 385
  66.     Top = 8
  67.     Width = 15
  68.     Height = 21
  69.     Associate = Edit1
  70.     Min = 1990
  71.     Max = 2100
  72.     Position = 1997
  73.     TabOrder = 2
  74.     Thousands = False
  75.     Wrap = False
  76.   end
  77.   object cday: TComboBox
  78.     Left = 232
  79.     Top = 8
  80.     Width = 65
  81.     Height = 21
  82.     ItemHeight = 13
  83.     TabOrder = 3
  84.   end
  85.   object Edit2: TEdit
  86.     Left = 64
  87.     Top = 40
  88.     Width = 209
  89.     Height = 21
  90.     MaxLength = 40
  91.     TabOrder = 4
  92.   end
  93.   object BitBtn1: TBitBtn
  94.     Left = 216
  95.     Top = 72
  96.     Width = 75
  97.     Height = 25
  98.     TabOrder = 5
  99.     OnClick = BitBtn1Click
  100.     Kind = bkCancel
  101.   end
  102.   object BitBtn2: TBitBtn
  103.     Left = 128
  104.     Top = 72
  105.     Width = 75
  106.     Height = 25
  107.     TabOrder = 6
  108.     OnClick = BitBtn2Click
  109.     Kind = bkOK
  110.   end
  111.   object PopupMenu1: TPopupMenu
  112.     Left = 328
  113.     Top = 40
  114.     object Help1: TMenuItem
  115.       Caption = '&Help'
  116.       ShortCut = 112
  117.       OnClick = Help1Click
  118.     end
  119.   end
  120. end
  121.